KtorReadKeyValueRepoClient

fun <Key, Value> KtorReadKeyValueRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     contentType: <ERROR CLASS>,     objectType: <ERROR CLASS>,     paginationResultObjectsTypeInfo: <ERROR CLASS>,     paginationResultIdsTypeInfo: <ERROR CLASS>,     idSerializer: suspend (Key) -> String,     valueSerializer: suspend (Value) -> String)